arrays and strings meaning in English
数组与字符串
Examples
- You can embed arrays and strings in structures for marshaling
您可以在封送处理结构中嵌入数组和字符串。 - Types , arrays and strings are never passed by immediate value but rather a pointer will be passed to memory allocated by the caller
类型、数组和字符串从来不按即时值进行传递,但会向调用方分配的内存中传递指针。